encoding/json.field.typ (field)
9 uses
	encoding/json (current package)
		encode.go#L1049: 	typ       reflect.Type
		encode.go#L1072: 	next := []field{{typ: t}}
		encode.go#L1091: 			if visited[f.typ] {
		encode.go#L1094: 			visited[f.typ] = true
		encode.go#L1097: 			for i := 0; i < f.typ.NumField(); i++ {
		encode.go#L1098: 				sf := f.typ.Field(i)
		encode.go#L1155: 						typ:       ft,
		encode.go#L1167: 					if count[f.typ] > 1 {
		encode.go#L1180: 					next = append(next, field{name: ft.Name(), index: index, typ: ft})
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |